compress/gzip.Writer.w (field)
10 uses
compress/gzip (current package)
gzip.go#L30: w io.Writer
gzip.go#L78: w: w,
gzip.go#L98: _, err := z.w.Write(z.buf[:2])
gzip.go#L102: _, err = z.w.Write(b)
gzip.go#L124: _, err = z.w.Write(b)
gzip.go#L126: _, err = io.WriteString(z.w, s)
gzip.go#L133: _, err = z.w.Write(z.buf[:1])
gzip.go#L168: _, z.err = z.w.Write(z.buf[:10])
gzip.go#L191: z.compressor, _ = flate.NewWriter(z.w, z.level)
gzip.go#L248: _, z.err = z.w.Write(z.buf[:8])
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |